Micron Document
🌎 rns.kin.earth git 🌍

Node / dev / reticulum / commits / aba8d60

Commit aba8d606dd0d4b1ff3be11b5b9c7d62ff25a49e5


Parents : 8221f82
Author : Mark Qvist <bc7291552be7a58f361522990465165c>
Signature : T66BB85Valid, signed by author
Date : 2026-08-25T01:52:53+02:00

Cleanup

Changes

1 files changed, 1 insertions(+), 3 deletions(-)


Diff

diff --git a/RNS/Transport.py b/RNS/Transport.py
index 8331f290..0887ab79 100755
--- a/RNS/Transport.py
+++ b/RNS/Transport.py
@@ -2160,10 +2160,8 @@ class Transport:
Transport.link_table[packet.destination_hash][IDX_LT_TIMESTAMP] = time.time()
else: RNS.log(f"No-outbound return on link packet from {packet.receiving_interface}", RNS.LOG_EXTREME) if RNS.sl(RNS.LOG_EXTREME) else None
-
- # TODO: Can we return safely here? Test and possibly enable this at some point.
- return
+ return
# Announce handling. Handles logic related to incoming
# announces, queueing rebroadcasts of these, and removal

Served by rngit 1.5.2 - Generated in 0.05s